home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
editors
/
blackbrd
/
m_bb.msc
< prev
next >
Wrap
Text File
|
1985-10-30
|
921b
|
46 lines
;
; PFS:WRITE Pop-up Menu Configuration
;
Comment ("Configured for Blackbeard")
;
; Parameters
;
Sensitivity (5, 8) ; (Xinc, Yinc)
Hysteresis (4, 3) ; (AutoX, AutoY)
ReverseVideo (Yes) ; Menu is displayed in reverse video
FixedMenu (No) ; Menu is floating (centered on cursor)
EnableBeep (Yes) ; Allows menu switching rather than beep
;
; Cursor Definitions
;
ArrowKeys: Cursor
(
Left ([Left])
Right ([Right])
Up ([Up])
Down ([Down])
)
;
; Button Definitions
;
LB: Button (Keys([Enter])) ; Left button, Edit Menu
MB: Button (Keys([a-E])) ; Middle button: Continue
RB: Button (Keys([Esc])) ; Right button: Cancel
;
; Mouse Definition
;
Mouse
(
Left (LB) ; Left Button: Main menu
Middle (MB) ; Middle Button: Continue
LeftRight(MB) ; Left Right Chord: Continue
Right (RB) ; Right Button: Cancel
Cursor (ArrowKeys)
)